﻿.file-upload {
    display: inline-block;
    padding: 2px 2px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align:center; 
    height: 16px;
    background: #003399;
    -webkit-border-radius: 6px;
    color: #fff;
    width:76px;
}
    /* Estilo cuando tiene el foco */
.file-upload:focus {
        border-color: #007bff;
        outline: none;
    }
